Some formatting cleanups
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Dec 2014 03:49:09 +0000 (22:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Dec 2014 03:58:23 +0000 (22:58 -0500)
gtk/gtkwidget.c

index 6962bb598a9b6a4a4ca52f4043a93856d5566c24..27c1ec59485ff7040a45c169a0934e4f5022facb 100644 (file)
@@ -16597,9 +16597,9 @@ template_data_free (GtkWidgetTemplate *template_data)
 }
 
 static GHashTable *
-get_auto_child_hash (GtkWidget        *widget,
-                    GType                type,
-                    gboolean             create)
+get_auto_child_hash (GtkWidget *widget,
+                    GType      type,
+                    gboolean   create)
 {
   GHashTable *auto_child_hash;
 
@@ -16634,11 +16634,11 @@ get_auto_child_hash (GtkWidget        *widget,
 }
 
 static gboolean
-setup_template_child (GtkWidgetTemplate *template_data,
-                      GType                 class_type,
-                      AutomaticChildClass  *child_class,
-                      GtkWidget         *widget,
-                      GtkBuilder           *builder)
+setup_template_child (GtkWidgetTemplate   *template_data,
+                      GType                class_type,
+                      AutomaticChildClass *child_class,
+                      GtkWidget           *widget,
+                      GtkBuilder          *builder)
 {
   GHashTable *auto_child_hash;
   GObject    *object;